home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / work.dir / 00813_questionm.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  270 b   |  12 lines

  1. on mouseUp
  2.   global gObjects
  3.   puppetSound("buzz")
  4.   repeat with i = 1 to gObjects
  5.     set the visible of sprite (i + 10) to 0
  6.     set the visible of sprite (i + 20) to 0
  7.     set the visible of sprite (i + 30) to 0
  8.   end repeat
  9.   go(the frame)
  10.   play frame "bboard"
  11. end
  12.